Post

Replies

Boosts

Views

Activity

Reply to Read Extended Attributes with Finder Sync Extension
Thanks, the post is very helpful in general and I will refer to it in the future, but if I'm reading it correctly it doesn't provide a path to do what I want. Please correct me if I'm wrong. Here's my reasoning: My app is not sandboxed. The extension is sandboxed (because it must be). The folders the extension watches and need to access files in (at least the extended attributes) are chosen arbitrarily by the user when using the app. This means that: a. I cannot gain access to these folders vie "File Access Temporary Exceptions" or "Standard Location" entitlements because the folders can be anywhere the user chooses. b. I cannot gain access to these folders by extending the sandbox because the app is not sandboxed and therefore the extension is not inheriting the sandbox from the app. The only thing that is not entirely clear here is the essence of my original question: Can a non-sandboxed app give access via a security scoped bookmark to a sandboxed finder sync extension? My attempts to do so failed but I'm not sure if it was because it is not possible or because I did something wrong. Again, thanks for the very illuminating post you wrote, it clarified many questions I had before.
Jan ’23